home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / BUSINESS / PRODEVQ2.LZH / TRAKPROG.EXE / Q.BAT < prev    next >
DOS Batch File  |  1991-05-15  |  849b  |  41 lines

  1. echo off
  2. if %1*==* goto 1
  3. goto %1
  4. :1
  5. quote
  6. if errorlevel 4 goto 4
  7. if errorlevel 3 goto 3
  8. if errorlevel 2 goto 2
  9. if errorlevel 1 goto 1
  10. goto end
  11. :2
  12. qtrack
  13. if errorlevel 4 goto 4
  14. if errorlevel 3 goto 3
  15. if errorlevel 2 goto 2
  16. if errorlevel 1 goto 1
  17. goto end
  18. :3
  19. if not exist qbrowse.exe goto nob
  20. qbrowse
  21. if errorlevel 4 goto 4
  22. if errorlevel 3 goto 3
  23. if errorlevel 2 goto 2
  24. if errorlevel 1 goto 1
  25. goto end
  26. :nob
  27. cls
  28. echo The QBROWSE.EXE program is not present.  If you have not yet ordered it from
  29. echo PRO DEV Software, the cost is only $10 plus $5 Shipping & Handling.  Please
  30. echo COPY REGISTER.DOC PRN (Enter) to print the description and ordering form.
  31. echo .
  32. goto end
  33. :4
  34. if not exist eprice.exe goto end
  35. eprice
  36. if errorlevel 4 goto 4
  37. if errorlevel 3 goto 3
  38. if errorlevel 2 goto 2
  39. if errorlevel 1 goto 1
  40. :end
  41.